Path: / {BASE} / memento / timegate / {resource}

redirects to memento permalink resource

Path parameters:
resource (.+) - the requested resource string

Resource Methods
Method Summary
NameDescription
GET /{BASE}/memento/timegate/{resource}redirects to memento permalink resource

Method Detail

GET /{BASE}/memento/timegate/{resource}

redirects to memento permalink resource

HTTP Example:
GET /{BASE}/memento/timegate/{resource}
Accept-Datetime: …
API Example:

MementoWebService.timgateService({'resource': /* resource_string the requested resource string */,
  'Accept-Datetime': /* date_string the requested datetime */});

Output:
Response - a HTTP response
Header parameters:
Accept-Datetime - the requested datetime
HTTP return codes:
303 - found resource on given location
400 - some errors in request
404 - resource or version cannot be found
500 - any other failure